var math.pow10tab
3 uses
math (current package)
pow10.go#L8: var pow10tab = [...]float64{
pow10.go#L32: return pow10postab32[uint(n)/32] * pow10tab[uint(n)%32]
pow10.go#L36: return pow10negtab32[uint(-n)/32] / pow10tab[uint(-n)%32]
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)